home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol F-12 / (Vol F-12) Jun 02 2012.iso / Screensaver / sb_movie_ss_1.exe / 0 / RCDATA / TPREPARINGINSTALLWND / TPREPARINGINSTALLWND.txt
Text File  |  2012-06-02  |  619b  |  29 lines

  1. object preparingInstallWnd: TpreparingInstallWnd
  2.   Left = 420
  3.   Top = 400
  4.   Anchors = [akLeft, akTop, akRight, akBottom]
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsSingle
  7.   ClientHeight = 92
  8.   ClientWidth = 264
  9.   Color = clBtnFace
  10.   ParentFont = True
  11.   OldCreateOrder = True
  12.   Position = poScreenCenter
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 0
  18.     Top = 0
  19.     Width = 264
  20.     Height = 92
  21.     Align = alClient
  22.     Alignment = taCenter
  23.     Caption = 'Preparing installation...'
  24.     Color = clBtnFace
  25.     ParentColor = False
  26.     Layout = tlCenter
  27.   end
  28. end
  29.